home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 7002 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.9 KB

  1. Path: keats.ugrad.cs.ubc.ca!not-for-mail
  2. From: c2a192@ugrad.cs.ubc.ca (Kazimir Kylheku)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: HELP! Stopping KeyCopy
  5. Date: 16 Feb 1996 18:57:17 -0800
  6. Organization: Computer Science, University of B.C., Vancouver, B.C., Canada
  7. Message-ID: <4g3g6dINNovb@keats.ugrad.cs.ubc.ca>
  8. References: <4g2js8$dbo@white.lambton.on.ca>
  9. NNTP-Posting-Host: keats.ugrad.cs.ubc.ca
  10.  
  11. In article <4g2js8$dbo@white.lambton.on.ca>,
  12. C Lambert <93004794@white.lambton.on.ca> wrote:
  13.  >Hi All,
  14.  >
  15.  >  At our college we have encountered a program called KEYCOPY.  This 
  16.  >program appears to be hooking into the keyboard interrupt and dumping 
  17.  >login information to a text file at login time.  We are using Novell 4.x 
  18.  >and they must physically create a directory (KEY2) and then edit the 
  19.  >autoexec.bat file to load this program into memory.  This is done on a 
  20.  >local system (terminal).
  21.  
  22. Sounds like incompetent administration. Why allow people to do anything before
  23. they log in? 
  24.  
  25. How about removing the floppy drives from the system? That way there is no
  26. directory for anyone to place and execute a keyboard-trapping program. You
  27. should look into network boot roms.
  28.  
  29. If that is not an option, has it occured to you that you can make a floppy boot
  30. drive physically inaccessible by embedding it into the case of the computer so
  31. that anyone who wants to insert a write-enabled floppy must first unbolt the
  32. computer from the desk, and open the case?
  33.  
  34. Sounds like I could be running your network---better not any of the replies to
  35. your boss.
  36.  
  37. This doesn't have the faintest thing to do with comp.lang.c.
  38. Even if you follow through with your silly (though heroic :) method of
  39. combatting the problem (obfuscated low-level programming rather than sound
  40. administration), and become, in the eyes of the users, the cowboy guru who
  41. saved the town, the standard C language has no methods to do what you are
  42. asking.
  43.  
  44. Try some DOS programming newsgroup, as well as some Novell related newsgroups.
  45.  
  46. -- 
  47.  
  48.